projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a1987
)
meson: gxbb: increase CONFIG_SYS_BOOTM_LEN
author
[email protected]
<
[email protected]
>
Fri, 14 Apr 2017 17:54:40 +0000
(19:54 +0200)
committer
Tom Rini
<
[email protected]
>
Fri, 5 May 2017 20:45:52 +0000
(16:45 -0400)
A feature rich Linux kernel needs more than 8 MiB.
Hence enlarge CONFIG_SYS_BOOTM_LEN to 64 MiB for the GXBB systems.
As all known GXBB systems have at least 512 MiB of RAM this poses no problem.
Cc: Andreas Färber <
[email protected]
>
Signed-off-by: Heinrich Schuchardt <
[email protected]
>
include/configs/meson-gxbb-common.h
patch
|
blob
|
history
diff --git
a/include/configs/meson-gxbb-common.h
b/include/configs/meson-gxbb-common.h
index fab2e6711713acc127609fd29feb32aee01f2652..f1734c0e21d2755a8824db172494cd02b7ef0a34 100644
(file)
--- a/
include/configs/meson-gxbb-common.h
+++ b/
include/configs/meson-gxbb-common.h
@@
-55,4
+55,6
@@
MESON_FDTFILE_SETTING \
BOOTENV
+#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64 MiB */
+
#endif /* __MESON_GXBB_COMMON_CONFIG_H */